home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 14577 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.5 KB

  1. Path: news.NetVision.net.il!news
  2. From: ggil@netvision.net.il
  3. Newsgroups: comp.unix.programmer,comp.unix.internals,comp.lang.c
  4. Subject: Re: C compiler Error on EXEC SQL
  5. Date: Mon, 15 Apr 96 21:17:33 PDT
  6. Organization: NetVision LTD.
  7. Message-ID: <NEWTNews.829628398.26731.ggil@dialup.netvision.net.il>
  8. References: <4kkej2$3ta@news.cc.utah.edu>  <4knjii$i9s@nadine.teleport.com>
  9. NNTP-Posting-Host: ts007p9.pop9a.netvision.net.il
  10. Mime-Version: 1.0
  11. Content-Type: TEXT/PLAIN; charset=US-ASCII
  12. X-Newsreader: NEWTNews & Chameleon -- TCP/IP for MS Windows from NetManage
  13.  
  14.  
  15. In Article<4knjii$i9s@nadine.teleport.com>, <hksys@teleport.com> writes:
  16. > Path: 
  17. news.NetVision.net.il!psinntp!psinntp!psinntp!howland.reston.ans.net!newsfeed.i
  18. nternetmci.com!info.ucla.edu!psgrain!nntp.teleport.com!usenet
  19. > From: GHouck <hksys@teleport.com>
  20. > Newsgroups: comp.unix.programmer,comp.lang.c,comp.unix.internals
  21. > Subject: Re: C compiler Error on EXEC SQL
  22. > Date: 13 Apr 1996 07:02:42 GMT
  23. > Organization: systems hk
  24. > Lines: 35
  25. > Message-ID: <4knjii$i9s@nadine.teleport.com>
  26. > References: <4kkej2$3ta@news.cc.utah.edu>
  27. > NNTP-Posting-Host: ip-pdx14-40.teleport.com
  28. > Mime-Version: 1.0
  29. > Content-Type: text/plain; charset=us-ascii
  30. > Content-Transfer-Encoding: 7bit
  31. > X-Mailer: Mozilla 1.22 (Windows; I; 32bit)
  32. > Xref: news.NetVision.net.il comp.unix.programmer:2897 comp.lang.c:10046 
  33. comp.unix.internals:457
  34. > dpncc@utah.state.ut.us (NCC Network) wrote:
  35. > >
  36. > >Hi
  37. > >
  38. > >I post this for my friend who has no access to the internet and would like 
  39. to
  40. > >get help from C experts in the Net. She has a C program left over from a 
  41. guy
  42. > >left the company. The C source code is included below as well as the 
  43. compiler
  44. > >error generated by HP UNIX. What is the EXEC SQL instruction ? It doesn't 
  45. seem
  46. > >to be a standard C. 
  47. > >
  48. > [snip]
  49. > >
  50. > >(Bundled) cc:  line 4: error 1000: Unexpected symbol: "SQL".
  51. > >(Bundled) cc:  line 4: error 1000: Unexpected symbol: ";".
  52. > >(Bundled) cc:  line 12: error 1000: Unexpected symbol: "SQL".
  53. > >(Bundled) cc:  line 12: error 1000: Unexpected symbol: "DECLARE".
  54. > >(Bundled) cc:  line 24: error 1000: Unexpected symbol: "SQL".
  55. > >(Bundled) cc:  line 24: error 1000: Unexpected symbol: "DECLARE".
  56. > >(Bundled) cc:  line 50: error 1000: Unexpected symbol: "SQL".
  57. > >(Bundled) cc:  line 50: error 1000: Unexpected symbol: "'revenue'".
  58. > >...............................
  59. > [snip]
  60. > Dennis,
  61.  
  62. In order to progress ask your friend to look for
  63. a make file. The answer will probably be there.
  64.  
  65. Gil Gilad
  66.  
  67.  
  68.